SW360 Package Curation Provider
Provides package metadata from the configured SW360 instance using the REST API.
Configuration
Example
{
"SW360": {
"options": {
"restUrl": null,
"authUrl": null
},
"secrets": {
"username": null,
"password": "",
"clientId": null,
"clientPassword": "",
"token": ""
}
}
}
Options
restUrl
The REST API URL of SW360.
authUrl
The authentication URL of your SW360 instance.
username
The username for the requests to SW360.
password
The password of the SW360 user.
clientId
The client ID of the SW360 instance for the two-step authentication.
clientPassword
The password of the client ID.
token
Optional access token that can be used instead of the [authUrl], [username], [password], [clientId] and [clientPassword] if the token is already known.